footer {
    width: 100%;
    background: #10568a;
}

.website-box {
    height: 60px;
    background: #10568a;
    line-height: 60px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    position: relative;
    z-index: 9999;
}

.website-box a {
    color: #fff;
}

.website-box a:hover {
    font-weight: bolder;
}

.website-box-list {
    width: 1200px;
    margin: 0 auto;
}

.website-box-list2 {
    position: absolute;
    top: 60px;
    left: calc(50% - 600px);
    display: none;
}

.website-box-item {
    float: left;
    position: relative;
    /*padding-right: 30px;*/
    /*width: calc(16% - 30px);*/
    width: calc(100% / 4.0);
}

.website-box-list2 .website-box-item {
    visibility: hidden;
}

.website-box-list2 .website-box-item:after {
    display: none;
}

.website-box-item:not(:last-child):after {
    position: absolute;
    width: 1px;
    right: 0;
    top: 14px;
    height: 32px;
    content: '';
    background: #66A6D3;
    display: none;
}

.website-box-item:first-child {
    /*text-align: left;*/
}

.website-box-item:last-child {
    /*text-align: right;*/
}

.website-box-item a {
    position: relative;
    display: block;
    width: 100%;
    white-space: nowrap;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.website-box-item a:hover {
    /*overflow: visible;*/
}

.website-box .arrow-down:before {
    top: 23px;
    margin-left: 10px;
    /*right: -20px;*/
    right: auto;
    /*border-right: 1px solid #66A6D3;*/
    /*border-bottom: 1px solid #66A6D3;*/
}

.website-box .arrow-up:before {
    top: 28px;
    margin-left: 10px;
    right: auto;
    /*right: -20px;*/
    /*border-right: 1px solid #66A6D3;*/
    /*border-bottom: 1px solid #66A6D3;*/
}

.website-select-list-bg {
    /*display: none;*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*left: 0;*/
    padding: 10px 15px 10px 15px;
    background: #003163;
    opacity: 0.9;
    width: calc(100%);
    z-index: 1000;
}

.website-select-list {
    width: 100%;
    text-align: center;
    max-height: calc(36 * 4px);
    line-height: 36px;
    overflow-y: scroll;
}

.website-select-list::-webkit-scrollbar { /*滚动条整体样式*/
    width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.website-select-list::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 4px;
    background: #005092;
}

.website-select-list::-webkit-scrollbar-track { /*滚动条里面轨道*/
    border-radius: 0;
}

.website-select-list li {
    padding-right: 15px;
}

.website-select-list li a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box {
}

.info-box a {
    color: #fff;
}

.info-container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
}

.info-container h2 {
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
}

.info-bg1 {
    position: absolute;
    left: 0;
    top: 70px;
    max-width: 180px;
    display: none;
}

.info-bg1 a {
    margin: 0 10px 10px 0;
    display: inline-block;
    background: #3263a4;
    padding: 0px 10px;
    font-size: 14px;
}

.info-bg2 {
    /*margin: 0 auto;*/
    /*width: 50%;*/
    text-align: left;
    margin-left: 390px;
}


.info-bg3 {
    position: absolute;
    left: 150px;
    top: 50px;
}

.info-block-bg {
    display: inline-block;
    margin: 0 10px;
}

.jiucuo-icon {
    margin-left: 20px;
    width: 110px;
    height: 55px;
    margin-bottom: 4px;
}

.dzjg-icon {
    width: 56px;
    height: 68px;
}

.organizer-box {
    height: 30px;
    background: #10568a;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-top: -5px;
}

/*底部浮窗*/
.float-window {
    position: fixed;
    right: 5px;
    top: 290px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 12px;
    color: #6c6c6c;
    text-align: center;
    z-index: 99999;
    width: 88px;
    background: transparent;
}

.float-window .float-box {
    width: 100%;
    background: #f2f5f7;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
    border-radius: 8px 8px 8px 8px;
}

.float-window .float-box .float-item {
    position: relative;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    background: #fff;
    margin-bottom: 10px;
    color: #0a5491;
    font-weight: 600;
}

.float-window .float-box .float-item img {
    display: block;
    margin: 0 auto;
}

.float-window .float-box .float-item span {
    display: block;
    padding-top: 10px;
}

.float-item-d {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
}

@media (max-width: 768px) {
    .website-box {
        width: 100%;
        font-size: 13px;
        font-weight: 400;
        overflow-y: visible;
    }

    .website-box-list, .info-container, .organizer-container {
        width: 95%;
        margin-left: 2.5%;
        overflow: hidden;
        overflow-y: visible;
    }

    .website-box-list {
        overflow-x: scroll;
        overflow-y: visible;
        white-space: nowrap;
        display: inline;
        float: left;
        -webkit-overflow-scrolling: touch; /*解决在ios滑动不顺畅问题*/
    }

    .website-box-list2 {
        overflow: visible;
        float: none;
        white-space: normal;
        left: 0;
        width: 100%;
        margin-left: 0;
    }

    .website-box-list2 .website-box-item {
        width: 100%;
        display: none;
        visibility: visible;
    }

    .website-box-list::-webkit-scrollbar {
        display: none;
    }

    .website-box-item {
        width: calc(50% - 30px);
        float: none;
        display: inline-block;
        text-align: center;
        overflow-y: visible;
    }

    .website-box-item:first-child {
        text-align: center;
    }

    .website-box-item:last-child {
        text-align: center;
    }

    .website-box-item:not(:last-child):after {
        position: absolute;
        width: 1px;
        right: 0;
        top: 22px;
        height: 18px;
        content: '';
        background: #66A6D3;
    }

    .info-bg2 {
        width: 100%;
        border: none;
        margin: auto;
        text-align: center;
    }

    .info-container {
        padding: 20px 0;
        font-size: 12px;
        font-weight: normal;
        line-height: 30px;
    }

    .info-bg3 {
        position: initial;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
    }

    .jiucuo-icon {
        margin-bottom: 0;
        margin-top: 6px;
    }

    .organizer-box {
        height: auto;
        font-size: 13px;
        line-height: 25px;
        /*padding: 15px 0;*/
    }
    .float-window{display: none}
}
